﻿2026-08-28T10:25:50.5709703Z ##[group]Run actions/checkout@v5
2026-08-28T10:25:50.5710824Z with:
2026-08-28T10:25:50.5711588Z   repository: BigscreenVR/spt-bs-core
2026-08-28T10:25:50.5717864Z   token: ***
2026-08-28T10:25:50.5718513Z   ssh-strict: true
2026-08-28T10:25:50.5719290Z   ssh-user: git
2026-08-28T10:25:50.5719963Z   persist-credentials: true
2026-08-28T10:25:50.5720698Z   clean: true
2026-08-28T10:25:50.5721380Z   sparse-checkout-cone-mode: true
2026-08-28T10:25:50.5722186Z   fetch-depth: 1
2026-08-28T10:25:50.5722850Z   fetch-tags: false
2026-08-28T10:25:50.5723527Z   show-progress: true
2026-08-28T10:25:50.5724218Z   lfs: false
2026-08-28T10:25:50.5724880Z   submodules: false
2026-08-28T10:25:50.5725564Z   set-safe-directory: true
2026-08-28T10:25:50.5726332Z   allow-unsafe-pr-checkout: false
2026-08-28T10:25:50.5727339Z ##[endgroup]
2026-08-28T10:25:50.6548057Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-28T10:25:50.6599452Z ##[group]Getting Git version info
2026-08-28T10:25:50.6601894Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-28T10:25:50.6604464Z [command]/usr/bin/git version
2026-08-28T10:25:50.6605556Z git version 2.43.0
2026-08-28T10:25:50.6608207Z ##[endgroup]
2026-08-28T10:25:50.6613781Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/32a209af-f605-42b5-89bf-b074ae42bb08/.gitconfig'
2026-08-28T10:25:50.6616840Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/32a209af-f605-42b5-89bf-b074ae42bb08' before making global git config changes
2026-08-28T10:25:50.6619092Z Adding repository directory to the temporary git global config as a safe directory
2026-08-28T10:25:50.6620967Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-28T10:25:50.6623688Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-28T10:25:50.6627300Z https://github.com/BigscreenVR/spt-bs-core
2026-08-28T10:25:50.6638807Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-28T10:25:50.6641674Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-28T10:25:50.6660417Z refs/heads/golden/ir2-incremental-on
2026-08-28T10:25:50.6666156Z [command]/usr/bin/git checkout --detach
2026-08-28T10:25:50.6732897Z HEAD is now at 827a3b772 fixup! test(servicehost): honor retryable kill
2026-08-28T10:25:50.6772010Z [command]/usr/bin/git branch --delete --force golden/ir2-incremental-on
2026-08-28T10:25:50.6802924Z Deleted branch golden/ir2-incremental-on (was 827a3b772).
2026-08-28T10:25:50.6947329Z ##[endgroup]
2026-08-28T10:25:50.6950471Z [command]/usr/bin/git submodule status
2026-08-28T10:25:50.7139217Z ##[group]Cleaning the repository
2026-08-28T10:25:50.7141163Z [command]/usr/bin/git clean -ffdx
2026-08-28T10:25:51.6613906Z Removing bench-ledger/
2026-08-28T10:25:51.6615316Z Removing target/
2026-08-28T10:25:51.6623502Z [command]/usr/bin/git reset --hard HEAD
2026-08-28T10:25:51.6741868Z HEAD is now at 827a3b772 fixup! test(servicehost): honor retryable kill
2026-08-28T10:25:51.6750297Z ##[endgroup]
2026-08-28T10:25:51.6752080Z ##[group]Disabling automatic garbage collection
2026-08-28T10:25:51.6754300Z [command]/usr/bin/git config --local gc.auto 0
2026-08-28T10:25:51.6786618Z ##[endgroup]
2026-08-28T10:25:51.6788324Z ##[group]Setting up auth
2026-08-28T10:25:51.6792851Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-28T10:25:51.6823563Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-28T10:25:51.7010582Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-28T10:25:51.7038609Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-28T10:25:51.7229507Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-28T10:25:51.7259885Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-28T10:25:51.7451965Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-28T10:25:51.7483136Z ##[endgroup]
2026-08-28T10:25:51.7484249Z ##[group]Fetching the repository
2026-08-28T10:25:51.7489987Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +827a3b772ef7723ffed195a0c363f0864354d926:refs/remotes/origin/golden/ir2-incremental-on
2026-08-28T10:25:52.2197225Z ##[endgroup]
2026-08-28T10:25:52.2197902Z ##[group]Determining the checkout info
2026-08-28T10:25:52.2198484Z ##[endgroup]
2026-08-28T10:25:52.2202322Z [command]/usr/bin/git sparse-checkout disable
2026-08-28T10:25:52.2241153Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-28T10:25:52.2266336Z ##[group]Checking out the ref
2026-08-28T10:25:52.2269682Z [command]/usr/bin/git checkout --progress --force -B golden/ir2-incremental-on refs/remotes/origin/golden/ir2-incremental-on
2026-08-28T10:25:52.2338796Z Switched to a new branch 'golden/ir2-incremental-on'
2026-08-28T10:25:52.2339787Z branch 'golden/ir2-incremental-on' set up to track 'origin/golden/ir2-incremental-on'.
2026-08-28T10:25:52.2346179Z ##[endgroup]
2026-08-28T10:25:52.2390639Z [command]/usr/bin/git log -1 --format=%H
2026-08-28T10:25:52.2422170Z 827a3b772ef7723ffed195a0c363f0864354d926
